分享至
參考css清除浮動各種方法設定完 float 後
.box { float: left; width: 200px; height: 100px; margin: 1em; } .after-box { clear: left; }
記得後面要加:
clear:both (left|right)
IT邦幫忙